home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Programming / RJTextEd.exe / {app} / InstallData / Templates / Syntax / Empty.syx
Encoding:
Text File  |  2007-08-11  |  2.9 KB  |  133 lines

  1. {*************************************************************}
  2. { <b>Syntax:</b> Empty                                        }
  3. { <b>Author:</b> None                                         }
  4. { <b>Version:</b> 1.0                                         }
  5. { <b>Date:</b> yyyy-mm-dd                                     }
  6. {                                                             }
  7. { <b>Recommended colors:</b>                                  }
  8. {                                                             }
  9. {*************************************************************}
  10.  
  11. ; Keep the options you need. You can remove the rest.
  12.  
  13. [Options]
  14.   
  15.   LineCommentA = ""
  16.   LineCommentB = ""
  17.   CommentStartA = ""
  18.   CommentEndA = ""
  19.   CommentStartB = ""
  20.   CommentEndB = ""
  21.  
  22.   Char = ""
  23.   String = ""
  24.   StringOnLine = ""
  25.   Symbols = ""
  26.   Numbers = ""
  27.   Escape = ""
  28.   HexIdentifier = ""
  29.   CaseSensitive = ""
  30.   TagsCaseSensitive = ""
  31.   HighlightUrl = ""
  32.   AutoCompleteTags = ""
  33.   AddProjectClassesToCompletion = ""
  34.   BlockEsc = ""
  35.   CommentEsc = ""
  36.   Fold_Opt_FoldAllTags = ""
  37.   Fold_Opt_AsBegin = ""
  38.   Fold_Opt_Separators = ""
  39.   Fold_Opt_Sections = ""
  40.   Fold_Opt_AutoIdExcludes = ""
  41.   Fold_Opt_Case = ""
  42.  
  43.   Rgn_Start = ""         
  44.   Rgn_End = ""
  45.   Rgn_CommentStart = ""
  46.  
  47.   Fold_Id =""
  48.   Fold_Begin = ""
  49.   Fold_End = ""
  50.   Fold_Section = ""
  51.   Fold_NoParentOfId = ""
  52.   Fold_List_Item = "" ;ceStruct,ceEnum,ceClass,ceNS,ceMethod,ceConstructor,
  53.                       ;ceDestructor,ceProperty,ceTag,ceTagStyle,ceTagScript,
  54.                       ;ceTagHead,ceTagBody,ceUnknown.
  55.  
  56.   Fold_List_AsStruct = ""
  57.   Fold_List_AsEnum = ""
  58.   Fold_List_AsClass = ""
  59.   Fold_List_AsNS = ""
  60.   Fold_List_AsProperty = ""
  61.   Fold_List_AsMethod = ""
  62.  
  63.   Fold_List_Exclude = ""
  64.   Fold_List_ClassSeparator = ""
  65.  
  66.   BlockName = ""
  67.   BlockOnLine = ""
  68.   BlockAsString = ""
  69.   BlockStart = ""
  70.   BlockEnd = ""
  71.  
  72.   ; Remember you can use as many blocks you as you want.
  73.  
  74. [End]
  75.  
  76.  
  77. ;  Keywords. You can have as many keyword groups
  78. ;  as you want. If not used - remove these lines.
  79. [Keywords]
  80. > {Enter a name}
  81.  
  82. [End]
  83.  
  84.  
  85. ; If the program code has tags (html, htm...). You can
  86. ; have as many tag groups as you want. if not used -
  87. ; remove these lines.
  88. [Tags]
  89. > {Enter a name}
  90.  
  91. [End]
  92.  
  93.  
  94. ; Show autohints. If not used - remove these lines.
  95. [AutoHint]
  96.  
  97. [End]
  98.  
  99.  
  100. ; User Menu. If not used - remove these lines.
  101. [UserMenu]
  102.  
  103. [End]
  104.  
  105.  
  106. ; Auto complete class elements. If not used -
  107. ; remove these lines.
  108. [AutoComplete]
  109.  
  110. [End]
  111.  
  112.  
  113. ; Auto complete tag elements. If not used -
  114. ; remove these lines.
  115. [TagComplete]
  116.  
  117. [End]
  118.  
  119.  
  120. ; Enter a sample here. You should enter a sample of the
  121. ; programming language here. This is shown in the options
  122. ; dialog so try to enter all types of elements here.
  123. ; E.g. string, number, keywords, char, block ...
  124. [BeginSample]
  125.  
  126. [EndSample]
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.